This is a search engine friendly export of a TiddlyWiki. Please click here for the actual site.
Redirect Wine Output
To redirect Wine output (and any other app that writes to stderr instead of stdout), just add 2>&1 to the end of your command. So something like this:
{{{wine FEARSPDemo.exe > fearcrash 2>&1}}}